Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed integer overflow in AuthenticatedEncryptionProvider.cs #3063

Conversation

gparametr
Copy link
Contributor

An overflow in the arithmetic expression authenticatedData.Length * 8 with type int(32 bits, signed) can occur before casting into wider type long(64 bits, signed).

Found by Linux Verification Center (linuxtesting.org) with SVACE.

An overflow in the arithmetic expression authenticatedData.Length * 8 with type int(32 bits, signed) can occur before casting into wider type long(64 bits, signed)
@gparametr gparametr requested a review from a team as a code owner December 19, 2024 12:32
@pmaytak pmaytak requested a review from Copilot December 20, 2024 21:50

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Copy link
Contributor

@keegan-caruso keegan-caruso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@keegan-caruso keegan-caruso merged commit 36ec5c0 into AzureAD:dev Jan 8, 2025
1 check passed
@gparametr
Copy link
Contributor Author

Do I need to migrate this changes to other branches (release/*)?

@keegan-caruso
Copy link
Contributor

@gparametr No need. The next release will include this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants